GtkListBoxRow: Set clip
authorTimm Bäder <mail@baedert.org>
Wed, 13 Aug 2014 09:32:47 +0000 (11:32 +0200)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 14 Aug 2014 04:13:18 +0000 (00:13 -0400)
https://bugzilla.gnome.org/show_bug.cgi?id=734709

gtk/gtklistbox.c

index 56ffc341ca8511253e3f4708a9963e71b9dd1859..78f3552872541fdf31036597a0c78e0cb627a9ce 100644 (file)
@@ -23,6 +23,7 @@
 #include "gtkmarshalers.h"
 #include "gtkprivate.h"
 #include "gtkintl.h"
+#include "gtkwidgetprivate.h"
 
 #include <float.h>
 #include <math.h>
@@ -3135,6 +3136,8 @@ gtk_list_box_row_size_allocate (GtkWidget     *widget,
 
       gtk_widget_size_allocate (child, &child_allocation);
     }
+
+  _gtk_widget_set_simple_clip (widget);
 }
 
 /**